func runtime.typehash
8 uses
runtime (current package)
alg.go#L161: return trimHash(c1 * typehash(t, unsafe.Pointer(&a.data), h^c0))
alg.go#L163: return trimHash(c1 * typehash(t, a.data, h^c0))
alg.go#L188: return trimHash(c1 * typehash(t, unsafe.Pointer(&a.data), h^c0))
alg.go#L190: return trimHash(c1 * typehash(t, a.data, h^c0))
alg.go#L215: func typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
alg.go#L247: h = typehash(a.Elem, add(p, i*a.Elem.Size_), h)
alg.go#L256: h = typehash(f.Typ, add(p, f.Offset), h)
alg.go#L268: return typehash(t, p, h)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |